home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / AGSL5SF1.PP_ / agsl5sf1.ppd
PostScript Printer Description  |  1996-06-03  |  33KB  |  654 lines

  1. *PPD-Adobe: "4.2" 
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGSl5SF1.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA SelectSet 5000)"
  9. *PSVersion: "(52.3) 320"
  10. *ModelName: "AGFA-SelectSet5000SF"
  11. *NickName: "AGFA-SelectSet5000SF v52.3"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "2453510"
  15. *LanguageLevel: "1"
  16. *ColorDevice: False
  17. *VariablePaperSize: True
  18. *FileSystem: True
  19. *?FileSystem: "
  20.   statusdict begin diskstatus end
  21.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  22. "
  23. *End
  24. *Throughput: "1"
  25. *Password: "0"
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict begin checkpassword end not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict begin exitserver
  40. "
  41. *End
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not 
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot reset printer.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit 
  54.   } if 
  55.   serverdict begin exitserver
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 2400dpi
  62. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  63. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  64. *SetResolution 3600dpi: " statusdict begin 3600 setresolution end "
  65. *?Resolution: "
  66. save
  67.   initgraphics
  68.   0 0 moveto currentpoint matrix defaultmatrix transform
  69.   0 72 lineto currentpoint matrix defaultmatrix transform
  70.   3 -1 roll sub dup mul
  71.   3 1 roll exch sub dup mul
  72.   add sqrt round cvi
  73.   (          ) cvs print (dpi) = flush
  74. restore
  75. "
  76. *End
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "133.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  84. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  85. "
  86. *End
  87. *ScreenProc Line: "{ pop }"
  88. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  89.  
  90. *DefaultTransfer: Null
  91. *Transfer Null: "{ }"
  92. *Transfer Null.Inverse: "{ 1 exch sub }"
  93.  
  94. *% Paper Handling ===================
  95.  
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion or PaperTray.
  98. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates 
  99. *% and clips the regular page sizes
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "letter"
  102. *PageSize Legal: "legal"
  103. *PageSize Note: "note"
  104. *PageSize Tabloid: "11x17"
  105. *PageSize LARGE: "1130 1584 1 statusdict /setpage get exec"
  106. *PageSize A3: "a3"
  107. *PageSize A4: "a4"
  108. *PageSize A5: "a5"
  109. *PageSize B5: "b5"
  110. *PageSize Letter.Transverse: "Letter"
  111. *PageSize Legal.Transverse: "Legal"
  112. *PageSize A4.Transverse: "A4"
  113. *PageSize A5.Transverse: "A5"
  114. *PageSize B5.Transverse: "B5"
  115. *?PageSize: "
  116.  save 
  117.    /d0 5 dict def d0 begin
  118.      /420_595 (A5.Transverse) def
  119.      /516_729 (B5.Transverse) def
  120.      /596_842 (A4.Transverse) def
  121.      /612_792 (Letter.Transverse) def
  122.      /612_1008 (Legal.Transverse) def
  123.    end
  124.    /d1 8 dict def d1 begin
  125.      /596_420 (A5) def
  126.      /729_516 (B5) def
  127.      /792_612 (Letter) def
  128.      /842_596 (A4) def
  129.      /1008_612 (Legal) def
  130.      /842_1191 (A3) def
  131.      /792_1224 (Tabloid) def
  132.      /1584_1130 (LARGE) def
  133.    end
  134.    statusdict begin pageparams end
  135.    4 1 roll pop
  136.    /high exch 10 string cvs dup length /hlen exch def def
  137.    /wide exch 10 string cvs def
  138.    /key hlen 1 add wide length add string def
  139.    key 0 high putinterval 
  140.    key hlen (_) putinterval
  141.    key hlen 1 add wide putinterval
  142.    0 eq {d0}{d1}ifelse
  143.    key cvn {get}stopped {(Unknown)}if
  144.    = flush
  145.    restore
  146. "
  147. *End
  148.  
  149. *% These entries will set up the frame buffer. Usually used with manual feed.
  150. *DefaultPageRegion: Letter
  151. *PageRegion Letter: "letter"
  152. *PageRegion Legal: "legal"
  153. *PageRegion Note: "note"
  154. *PageRegion Tabloid: "11x17"
  155. *PageRegion LARGE: "1130 1584 1 statusdict /setpage get exec"
  156. *PageRegion A3: "a3"
  157. *PageRegion A4: "a4"
  158. *PageRegion A5: "a5"
  159. *PageRegion B5: "b5"
  160. *PageRegion Letter.Transverse: "Letter"
  161. *PageRegion Legal.Transverse:  "Legal"
  162. *PageRegion A4.Transverse: "A4"
  163. *PageRegion A5.Transverse: "A5"
  164. *PageRegion B5.Transverse: "B5"
  165.  
  166. *% The following entries provide information about specific paper keywords.
  167. *DefaultImageableArea: Letter
  168. *ImageableArea Letter: "0 0 612 792 "
  169. *ImageableArea Legal: "0 0 612 1008 "
  170. *ImageableArea Note: "0 0 612 792 "
  171. *ImageableArea Tabloid: "0 0 792 1224 "
  172. *ImageableArea LARGE: "0 0 1130 1584"
  173. *ImageableArea A3: "0 0 842 1191 "
  174. *ImageableArea A4: "0 0 596 842  "
  175. *ImageableArea A5: "0 0 420 596  "
  176. *ImageableArea B5: "0 0 516 729  "
  177. *ImageableArea Letter.Transverse: "0 0 612 792 "
  178. *ImageableArea Legal.Transverse:  "0 0 612 1008"
  179. *ImageableArea A4.Transverse: "0 0 596 842 "
  180. *ImageableArea A5.Transverse: "0 0 420 596 "
  181. *ImageableArea B5.Transverse: "0 0 516 729 "
  182. *?ImageableArea: "
  183.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  184.   newpath clippath pathbbox
  185.   4 -2 roll exch 2 {ceiling cvp} repeat
  186.   exch 2 {floor cvp} repeat flush
  187.  restore
  188. "
  189. *End
  190.  
  191. *% These provide the physical dimensions of the paper (by keyword)
  192. *DefaultPaperDimension: Letter
  193. *PaperDimension Letter: "612 792 "
  194. *PaperDimension Legal: "612 1008"
  195. *PaperDimension Note: "612 792"
  196. *PaperDimension Tabloid: "792 1224"
  197. *PaperDimension LARGE: "1130 1584"
  198. *PaperDimension A3: "842 1191"
  199. *PaperDimension A4: "596 842 "
  200. *PaperDimension A5: "420 596 "
  201. *PaperDimension B5: "516 729 "
  202. *PaperDimension Letter.Transverse: "792 612 "
  203. *PaperDimension Legal.Transverse: "1008 612"
  204. *PaperDimension A4.Transverse: "842 596 "
  205. *PaperDimension A5.Transverse: "596 420 "
  206. *PaperDimension B5.Transverse: "729 516 "
  207.  
  208. *% Default Handling Features. This machine is a roll-fed machine, which is 
  209. *% why most of these entries have values of "None".
  210. *DefaultPaperTray: None
  211. *DefaultOutputBin: Upper
  212. *DefaultInputSlot: None
  213. *DefaultManualFeed: False
  214. *DefaultOutputOrder: Normal
  215. *DefaultCollator: None
  216. *DefaultSorter: None
  217. *DefaultDuplex: None
  218.  
  219. *% Font Information =====================
  220.  
  221. *DefaultFont: Courier
  222. *Font Courier: Standard "(001.004)"
  223. *Font Courier-Bold: Standard "(001.004)"
  224. *Font Courier-BoldOblique: Standard "(001.004)"
  225. *Font Courier-Oblique: Standard "(001.004)"
  226. *Font Helvetica: Standard "(001.002)"
  227. *Font Helvetica-Bold: Standard "(001.002)"
  228. *Font Helvetica-BoldOblique: Standard "(001.002)"
  229. *Font Helvetica-Oblique: Standard "(001.002)"
  230. *Font Symbol: Special "(001.003)"
  231. *Font Times-Bold: Standard "(001.002)"
  232. *Font Times-BoldItalic: Standard "(001.004)"
  233. *Font Times-Italic: Standard "(001.002)"
  234. *Font Times-Roman: Standard "(001.002)"
  235. *?FontQuery: "
  236. save  4 dict begin /sv exch def
  237. /str (fonts/                              ) def
  238. /st2 128 string def
  239. {
  240.   count 0 gt {
  241.     dup st2 cvs (/) print print (:) print
  242.     dup FontDirectory exch known {pop (Yes)}{
  243.      str exch st2 cvs dup length /len exch def
  244.      6 exch putinterval str 0 len 6 add getinterval mark exch
  245.      { } st2 filenameforall counttomark 0 gt {
  246.       cleartomark (Yes)}{cleartomark (No)}ifelse
  247.     }ifelse = flush
  248.   }{ exit } ifelse
  249. } bind loop
  250. (*) = flush
  251. sv end restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save  2 dict begin /sv exch def
  257. /str 128 string def
  258. FontDirectory { pop == } bind forall flush
  259. /filenameforall where { 
  260.  pop save (fonts/*) { 
  261.   dup length 6 sub 6 exch getinterval cvn == 
  262.  } bind str filenameforall flush restore
  263. } if 
  264. (*) = flush
  265. sv end restore
  266. "
  267. *End
  268.  
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273.  
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279.  
  280. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  281. *Source: "serial9"
  282. *Source: "serial25"
  283. *Source: "AppleTalk"
  284. *Source: "Centronics"
  285.  
  286. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  287.  
  288. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  289.  
  290.  
  291. *% Color Separation Information =====================
  292.  
  293. *InkName: ProcessCyan/Process Cyan
  294. *InkName: ProcessMagenta/Process Magenta
  295. *InkName: ProcessYellow/Process Yellow
  296. *InkName: ProcessBlack/Process Black
  297. *InkName: CustomColor/Custom Color
  298.  
  299. *% For 1200 dpi  =====================================================
  300.  
  301. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  302. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  303. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  304. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  305. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  306.  
  307. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  308. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  309. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  310. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  311. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  312.  
  313. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  314. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  315. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  316. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  317. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  318.  
  319. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  320. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  321. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  322. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  323. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  324.  
  325. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  326. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  327. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  328. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  329. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  330.  
  331. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  332. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  333. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  334. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  335. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  336.  
  337. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  338. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  339. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  340. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  341. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  342.  
  343. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  344. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  345. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  346. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  347. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  348.  
  349. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  350. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  352. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  353. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  356. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  357. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  358. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  359. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  360.  
  361. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  362. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  363. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  364. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  365. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  366.  
  367. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  368. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  369. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  370. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  371. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  372.  
  373. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  374. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  375. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  376. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  377. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  378.  
  379. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  380. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  381. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  382. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  383. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  384.  
  385. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  386. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  388. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  389. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  392. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  393. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  394. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  395. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  396.  
  397. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  398. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  399. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  400. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  401. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  402.  
  403. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  404. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  405. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  406. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  407. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  408.  
  409. *% For 2400 dpi  =====================================================
  410.  
  411. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  412. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  413. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  414. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  415. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  416.  
  417. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  418. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  419. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  420. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  421. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  422.  
  423. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  424. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  425. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  426. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  427. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  428.  
  429. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  430. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  431. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  432. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  433. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  434.  
  435. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  436. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  437. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  438. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  439. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  440.  
  441. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  442. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  443. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  444. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  445. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  446.  
  447. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  448. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  449. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  450. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  451. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  452.  
  453. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  454. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  455. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  456. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  457. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  458.  
  459. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  460. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  461. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  462. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  463. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  464.  
  465. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  466. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  467. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  468. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  469. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  470.  
  471. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  472. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  473. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  474. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  475. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  476.  
  477. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  478. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  479. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  480. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  481. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  482.  
  483. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  484. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  485. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  486. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  487. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  488.  
  489. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  490. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  491. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  492. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  493. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  494.  
  495. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  496. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  497. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  498. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  499. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  500.  
  501. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  502. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  503. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  504. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  505. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  506.  
  507. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  508. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  509. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  510. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  511. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  512.  
  513. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  514. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  515. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  516. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  517. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  518.  
  519. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  520. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  521. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  522. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  523. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  524.  
  525. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  526. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  527. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  528. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  529. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  530.  
  531. *% For 3600 dpi  =====================================================
  532.  
  533. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  534. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  535. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "15.0"
  536. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "75.0"
  537. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "0.0"
  538.  
  539. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  540. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  541. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  542. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  543. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  544.  
  545. *ColorSepScreenAngle ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  546. *ColorSepScreenAngle CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  547. *ColorSepScreenAngle ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "15.0"
  548. *ColorSepScreenAngle ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "75.0"
  549. *ColorSepScreenAngle ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "0.0"
  550.  
  551. *ColorSepScreenFreq ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  552. *ColorSepScreenFreq CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  553. *ColorSepScreenFreq ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  554. *ColorSepScreenFreq ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  555. *ColorSepScreenFreq ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  556.  
  557. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  558. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  559. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "15.0"
  560. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "75.0"
  561. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "0.0"
  562.  
  563. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  564. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  565. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  566. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  567. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  568.  
  569. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  570. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  571. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "15.0"
  572. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "75.0"
  573. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "0.0"
  574.  
  575. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  576. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  577. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  578. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  579. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  580.  
  581. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  582. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  583. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "15.0"
  584. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "75.0"
  585. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "0.0"
  586.  
  587. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  588. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  589. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  590. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  591. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  592.  
  593. *ColorSepScreenAngle ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  594. *ColorSepScreenAngle CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  595. *ColorSepScreenAngle ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "15.0"
  596. *ColorSepScreenAngle ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "75.0"
  597. *ColorSepScreenAngle ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "0.0"
  598.  
  599. *ColorSepScreenFreq ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  600. *ColorSepScreenFreq CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  601. *ColorSepScreenFreq ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  602. *ColorSepScreenFreq ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  603. *ColorSepScreenFreq ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  604.  
  605. *ColorSepScreenAngle ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  606. *ColorSepScreenAngle CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  607. *ColorSepScreenAngle ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "15.0"
  608. *ColorSepScreenAngle ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "75.0"
  609. *ColorSepScreenAngle ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "0.0"
  610.  
  611. *ColorSepScreenFreq ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  612. *ColorSepScreenFreq CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  613. *ColorSepScreenFreq ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  614. *ColorSepScreenFreq ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  615. *ColorSepScreenFreq ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  616.  
  617. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  618. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  619. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "15.0"
  620. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "75.0"
  621. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "0.0"
  622.  
  623. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  624. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  625. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  626. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  627. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  628.  
  629. *ColorSepScreenAngle ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  630. *ColorSepScreenAngle CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  631. *ColorSepScreenAngle ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "15.0"
  632. *ColorSepScreenAngle ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "75.0"
  633. *ColorSepScreenAngle ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "0.0"
  634.  
  635. *ColorSepScreenFreq ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  636. *ColorSepScreenFreq CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  637. *ColorSepScreenFreq ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  638. *ColorSepScreenFreq ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  639. *ColorSepScreenFreq ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  640.  
  641. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  642. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  643. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "15.0"
  644. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "75.0"
  645. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "0.0"
  646.  
  647. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  648. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  649. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  650. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  651. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  652.  
  653. *% end of PPD file for AGFA_SelectSet5000S
  654.